//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['International Jugglers' Association Festival','Victory Theatre - IN','Evansville, IN','Tuesday','7/15/2025','7:30 PM','7175957','International-Jugglers--Association-Festival-7-15-2025'],['International Jugglers' Association Festival','Victory Theatre - IN','Evansville, IN','Wednesday','7/16/2025','7:30 PM','7175958','International-Jugglers--Association-Festival-7-16-2025'],['International Jugglers' Association Festival','Victory Theatre - IN','Evansville, IN','Thursday','7/17/2025','7:30 PM','7175959','International-Jugglers--Association-Festival-7-17-2025'],['International Jugglers' Association Festival','Victory Theatre - IN','Evansville, IN','Saturday','7/19/2025','7:30 PM','7175960','International-Jugglers--Association-Festival-7-19-2025'],['Louis C.K.','Victory Theatre - IN','Evansville, IN','Saturday','8/30/2025','7:30 PM','7010984','Louis-C-K--8-30-2025'],['The Four Horsemen - Tribute to Metallica','Victory Theatre - IN','Evansville, IN','Friday','9/12/2025','7:00 PM','7139265','The-Four-Horsemen---Tribute-to-Metallica-9-12-2025'],['Danae Hays','Victory Theatre - IN','Evansville, IN','Saturday','9/27/2025','8:00 PM','7158625','Danae-Hays-9-27-2025'],['Deana Carter','Victory Theatre - IN','Evansville, IN','Thursday','10/9/2025','7:00 PM','7244956','Deana-Carter-10-9-2025'],['Napoleon Dynamite Live!','Victory Theatre - IN','Evansville, IN','Saturday','10/11/2025','7:30 PM','7192380','Napoleon-Dynamite-Live--10-11-2025'],['CoComelon Live!','Victory Theatre - IN','Evansville, IN','Tuesday','10/21/2025','6:00 PM','6996206','CoComelon-Live--10-21-2025'],['Home Free','Victory Theatre - IN','Evansville, IN','Saturday','10/25/2025','7:30 PM','7233269','Home-Free-10-25-2025'],['Windborne Music Rock Symphony','Victory Theatre - IN','Evansville, IN','Sunday','10/26/2025','7:00 PM','7163943','Windborne-Music-Rock-Symphony-10-26-2025'],['The Fab Four - The Ultimate Tribute','Victory Theatre - IN','Evansville, IN','Wednesday','11/5/2025','7:30 PM','7094197','The-Fab-Four---The-Ultimate-Tribute-11-5-2025'],['Needtobreathe','Victory Theatre - IN','Evansville, IN','Tuesday','11/18/2025','7:30 PM','7148334','Needtobreathe-11-18-2025'],['Brad Williams','Victory Theatre - IN','Evansville, IN','Wednesday','2/11/2026','7:00 PM','7122395','Brad-Williams-2-11-2026']],'Victory Theatre Evansville','http://www.ticketnetwork.com/ticket/Victory-Theatre-Evansville-events.aspx');